func runtime/pprof.printStackRecord

5 uses

	runtime/pprof (current package)
		pprof.go#L497: 			printStackRecord(tw, p.Stack(index[k]), false)
		pprof.go#L549: func printStackRecord(w io.Writer, stk []uintptr, allFrames bool) {
		pprof.go#L571: 		printStackRecord(w, stk, true)
		pprof.go#L685: 		printStackRecord(w, r.Stack, false)
		pprof.go#L967: 			printStackRecord(w, stack, true)